Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.5.0 #30

Merged
merged 1 commit into from
Jan 17, 2022
Merged

release v0.5.0 #30

merged 1 commit into from
Jan 17, 2022

Conversation

marten-seemann
Copy link

No description provided.

@github-actions
Copy link

Suggested version: v0.5.0
Comparing to: v0.4.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index ee65f38..1b239be 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
 module github.com/libp2p/go-libp2p-mplex
 
-go 1.12
+go 1.16
 
 require (
-	github.com/libp2p/go-libp2p-core v0.8.0
-	github.com/libp2p/go-libp2p-testing v0.4.0
-	github.com/libp2p/go-mplex v0.3.0
+	github.com/libp2p/go-libp2p-core v0.14.0
+	github.com/libp2p/go-libp2p-testing v0.7.0
+	github.com/libp2p/go-mplex v0.4.0
 )

gorelease says:

# github.com/libp2p/go-libp2p-mplex
## incompatible changes
(*Transport).NewConn: changed from func(net.Conn, bool) (github.com/libp2p/go-libp2p-core/mux.MuxedConn, error) to func(net.Conn, bool, github.com/libp2p/go-libp2p-core/network.PeerScope) (github.com/libp2p/go-libp2p-core/network.MuxedConn, error)

# summary
Suggested version: v0.5.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit 9ea94b3 into master Jan 17, 2022
marten-seemann added a commit that referenced this pull request Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant